@charset "utf-8";
* {
    font-family: Verdana, "微软雅黑","宋体","黑体",Geneva, sans-serif;
}
.clear {
    clear: both
}
body{
    min-width: 1000px;
}
/*顶部*/
header {
    width: 100%;
    margin: 0 auto;
}
header #header{
    width: 100%;
    margin: 0 auto;
    background: #f9c649;
}
#header .top_main{
    width: 1000px;
    height: 150px;
    margin: 0 auto;
}
#header .top_main .logo{
    width: 140px;
    height: 120px;
    float: left;
    margin-top: 15px;
    cursor: pointer;
}
#header .top_main .logo>img{
    width: 140px;
    height: 120px;
}
#header .top_main .serch{
    width: 250px;
    height: 30px;
    float: left;
    margin: 60px 0 0 350px;
    background: #fff;
    border-radius: 15px;
}
#header .top_main .serch input{
    width: 190px;
    height: 25px;
    border: none;
    outline: none;
    font-size: 12px;
    margin:3px 0 0 20px;
}
#header .top_main .serch span{
    float: right;
    padding: 3px;
    margin-right: 10px;
    cursor: pointer;
}
#header .top_main .tel{
    float: right;
    font-size: 25px;
    color: #fff;
    padding-left: 40px;
    margin-top: 61px;
    font-style: italic;
}
/*导航栏*/
#header .nav{
    width: 100%;
    height: 50px;
    margin: 0 auto;
    background: #cc001a;
}
#header .nav>ul{
    width: 1000px;
    height: 50px;
    margin: 0 auto;
}
#header .nav>ul>li{
    float: left;
    cursor: pointer;
    position: relative;
    padding: 16px 34px;
}
#header .nav>ul li:hover{
    background: #f9c649;
}
#header .nav>ul>li>a{
    color: #fff;
    font-size: 14px;
}
#header .nav>ul>li .list{
    position: absolute;
    display: none;
    top:50px;
    left: 0;
    min-width: 124px;
    /*height: 204px;*/
    z-index: 4;
    background: #d1001e;
    /*background: rgba(249,198,73,0.7);*/
}
#header .nav>ul>li .list>ul>li{
    line-height: 50px;
    text-align: center;
}
#header .nav>ul>li .list>ul>li>a{
    color: #fff;
    font-size: 14px;
}
/*#header .nav>ul>li .list_a{*/
    /*width: 450px;*/
    /*background: #d1001e;*/
    /*!*background: rgba(249,198,73,0.7);*!*/
/*}*/
/*#header .nav>ul>li .list_a>img{*/
    /*width: 255px;*/
    /*height: 136px;*/
    /*float:left;*/
    /*margin: 20px 0 0 20px;*/
/*}*/
/*#header .nav>ul>li .list_a>ul{*/
    /*float: right;*/
    /*margin-right: 10px;*/
/*}*/
/*#header .nav>ul>li .list_a>ul>li{*/
    /*padding: 0 45px;*/
/*}*/
/*banner 轮播图*/
header .banner_wrap{
    width: 1000px;
    height: 398px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.banner_wrap .banner{
    width: 10000px;
    height: 398px;
    position: absolute;
    top:0;
    left:-1000px;
}
.banner_wrap .banner img{
    width: 1000px;
    height: 398px;
    float: left;
}
.banner_wrap .point{
    position: absolute;
    bottom: 20px;
    left: 120px;
    z-index: 3;
}
.banner_wrap .point span{
    width: 15px;
    height: 15px;
    float: left;
    border-radius: 10px;
    margin-left: 10px;
    display: inline-block;
    background: #fff;
    cursor: pointer;
}
.banner_wrap .point .point_now{
    background: #c12331;
}
/*主体*/
#main{
    width: 100%;
    margin: 0 auto;
}
#main .yy_container{
    width: 1000px;
    margin: 0 auto;
}
#main .yy_container .module_wrap{
    width: 1000px;
    margin: 10px auto;
}
.module_wrap .left{
    float: left;
    margin: 10px auto;
}
.module_wrap .left .module{
    width: 438px;
    height: 136px;
    margin-top: 15px;
}
.module_wrap .left .module .left_img{
    width: 255px;
    height:136px;
    float: left;
}
.module_wrap .module .left_img img{
    width: 255px;
    height: 136px;
}
.module_wrap .left .module .right_con{
    float: left;
    width: 162px;
    height: 116px;
    padding:10px;
    background: #facb6f;
    overflow: hidden;
}
.module .right_con .tit{
    margin-bottom: 15px;
}
.module .right_con .tit span a{
    font-size: 18px;
    color: #da0026;
    font-weight: bold;
}
.module .right_con .tit span>a>img{
    text-align: right;
    float: right;
}
.module .right_con>p{
    text-indent: 2em;
    font-size: 12px;
    color: #000;
    line-height: 20px;
    width: 162px;
    height: 83px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.module .right_con>p a{
    color: #000;
}
/*中间*/
.module_wrap .center{
    float: left;
    width: 387px;
    height: 286px;
    margin: 25px 0 0 15px;
}
.module_wrap .center .center_img{
    width: 387px;
    height:151px;
    text-align: center;
}
.module_wrap .center .below{
    background: #c12331;
    width: 347px;
    height: 95px;
    padding: 20px;
}
.center .below .tit{
    margin-bottom: 15px;
}
.center .below .tit span a{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.center .below .tit span>a>img{
    text-align: right;
    float: right;
}
.center .below>p{
    font-size: 12px;
    text-indent: 2em;
    line-height: 20px;
    width: 347px;
    height: 70px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.center .below>p a{
    color: #fff;
}
/*右*/
.module_wrap .right{
    float: right;
    width: 146px;
    margin-top: 25px;
}
.module_wrap .right .sign{
    width: 146px;
    height: 136px;
    margin-bottom: 15px;
}
/*底部*/
footer #footer{
    width: 100%;
    height: 150px;
    overflow: hidden;
    background: #eeeeee;
    margin: 20px auto 0;
    text-align: center;
}
footer #footer p:first-child{
    margin-top: 35px;
}
footer #footer p{
    /* line-height: 30px; */
    font-size: 14px;
}
footer #footer p a{
    color: #000;
}